#include <stdlib.h>
#include <stdio.h>
#include <SDL/sdl.h>
#include <SDL/SDL_ttf.h>


Functions | |
| TTF_Font * | load_font (char *ttf_fullpath, int size) |
| load a font | |
| TTF_Font* load_font | ( | char * | ttf_fullpath, | |
| int | size | |||
| ) |
load a font
| full | path to the ttf file | |
| size | of the font |
1.5.4